var net.threadLimit

4 uses

	net (current package)
		net.go#L680: var threadLimit chan struct{}
		net.go#L686: 		threadLimit = make(chan struct{}, concurrentThreadsLimit())
		net.go#L688: 	threadLimit <- struct{}{}
		net.go#L692: 	<-threadLimit